home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / BoxLigneDoubleItem.nib / data.classes next >
Text File  |  1993-11-02  |  402b  |  29 lines

  1. BoxInspector = {
  2.     OUTLETS = {
  3.     box;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. BoxLigneDoubleItem = {
  8.     ACTIONS = {
  9.     newEquation:;
  10.     textDidEnd:;
  11.     changeValidExprType:;
  12.     changeValidExpr:;
  13.     };
  14.     OUTLETS = {
  15.     numLigneField;
  16.     exprField;
  17.     validExpr;
  18.     colNameField;
  19.     exprObject;
  20.     validExprType;
  21.     };
  22.     SUPERCLASS = BoxInspector;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.